Why disabling validation feature was removed? #3109
-
|
First of all thank you for this library and your work! I have a schema which isn't fully valid but all errors are not critical. If I manually patch |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
@snebjorn ?? |
Beta Was this translation helpful? Give feedback.
-
|
@rastuhacode the reasoning was that we cannot build an accurate model of what's in the spec if it contains errors. Forcing a valid spec was the easy solution as we wouldn't see bug reports about erroneous code generation when the problem was the spec. |
Beta Was this translation helpful? Give feedback.
@rastuhacode the reasoning was that we cannot build an accurate model of what's in the spec if it contains errors.
Forcing a valid spec was the easy solution as we wouldn't see bug reports about erroneous code generation when the problem was the spec.