-
Notifications
You must be signed in to change notification settings - Fork 10
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
Deepcheck option for SwaggerValidator validate() method #6
Labels
bug
Something isn't working
Comments
Hello Bastien,
Will let you know how things go when I update my code to use the new feature.
Tim Armstrong
…________________________________
From: Bastien Jansen <[email protected]>
Sent: 25 March 2020 06:39
To: bjansen/swagger-schema-validator <[email protected]>
Cc: Tim Armstrong <[email protected]>; Author <[email protected]>
Subject: Re: [bjansen/swagger-schema-validator] Deepcheck option for SwaggerValidator validate() method (#6)
Closed #6<#6> via 8d9087e<8d9087e>.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#6 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AJMIWKA5JLYO5S7XW3VTD4LRJED6NANCNFSM4LEW5FEA>.
|
Hi,
I'll make a release today in case you want to avoid building the project
yourself.
Bastien
Le mer. 25 mars 2020 à 00:09, timatanu <[email protected]> a écrit :
… Hello Bastien,
Will let you know how things go when I update my code to use the new
feature.
Tim Armstrong
________________________________
From: Bastien Jansen ***@***.***>
Sent: 25 March 2020 06:39
To: bjansen/swagger-schema-validator <
***@***.***>
Cc: Tim Armstrong ***@***.***>; Author <
***@***.***>
Subject: Re: [bjansen/swagger-schema-validator] Deepcheck option for
SwaggerValidator validate() method (#6)
Closed #6<#6>
via 8d9087e<
8d9087e
>.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<
#6 (comment)>,
or unsubscribe<
https://github.com/notifications/unsubscribe-auth/AJMIWKA5JLYO5S7XW3VTD4LRJED6NANCNFSM4LEW5FEA
>.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACEXOEBEOP76GI7ZUK7LUDRJE4STANCNFSM4LEW5FEA>
.
|
Many thanks.
I use Java but wouldn't not claim any degree of expertise these days.
Tim Armstrong
________________________________
From: Bastien Jansen <[email protected]>
Sent: 25 March 2020 19:04
To: bjansen/swagger-schema-validator <[email protected]>
Cc: Tim Armstrong <[email protected]>; Author <[email protected]>
Subject: Re: [bjansen/swagger-schema-validator] Deepcheck option for SwaggerValidator validate() method (#6)
Hi,
I'll make a release today in case you want to avoid building the project
yourself.
Bastien
Le mer. 25 mars 2020 à 00:09, timatanu <[email protected]> a écrit :
Hello Bastien,
Will let you know how things go when I update my code to use the new
feature.
Tim Armstrong
________________________________
From: Bastien Jansen ***@***.***>
Sent: 25 March 2020 06:39
To: bjansen/swagger-schema-validator <
***@***.***>
Cc: Tim Armstrong ***@***.***>; Author <
***@***.***>
Subject: Re: [bjansen/swagger-schema-validator] Deepcheck option for
SwaggerValidator validate() method (#6)
Closed #6<#6>
via 8d9087e<
8d9087e
>.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<
#6 (comment)>,
or unsubscribe<
https://github.com/notifications/unsubscribe-auth/AJMIWKA5JLYO5S7XW3VTD4LRJED6NANCNFSM4LEW5FEA
>.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACEXOEBEOP76GI7ZUK7LUDRJE4STANCNFSM4LEW5FEA>
.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#6 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AJMIWKGVUWSCMZSHWHAU4I3RJG3ILANCNFSM4LEW5FEA>.
|
Version 0.4.0 should land in Maven Central in a couple hours. |
Works a treat.
Many thanks.
Tim Armstrong
…________________________________
From: Bastien Jansen <[email protected]>
Sent: 26 March 2020 08:02
To: bjansen/swagger-schema-validator <[email protected]>
Cc: Tim Armstrong <[email protected]>; Author <[email protected]>
Subject: Re: [bjansen/swagger-schema-validator] Deepcheck option for SwaggerValidator validate() method (#6)
Version 0.4.0 should land in Maven Central in a couple hours.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#6 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AJMIWKH6GCJKODGSPCHAKSLRJJWNFANCNFSM4LEW5FEA>.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Several "pure" JSON Schema implementations provide a deepcheck parameter such that processing does not stop at the current level once an error is detected. It would be a nice feature to have in SwaggerValidator.
The text was updated successfully, but these errors were encountered: