You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jsonschema-rs in theory should allow rororo dramatically improve request/response validation speed.
As of 0.1.0 version error handling is not there, but it is still good idea to prepare basis for drop-in replacement for request/response validation via faster jsonschema alternative.
The text was updated successfully, but these errors were encountered:
JSONSchema.validate method is implemented in 0.3.0. It raises ValidationError :) Quite similar to jsonschema lib behavior. Iterator over errors will be implemented soon
jsonschema-rs in theory should allow rororo dramatically improve request/response validation speed.
As of 0.1.0 version error handling is not there, but it is still good idea to prepare basis for drop-in replacement for request/response validation via faster
jsonschema
alternative.The text was updated successfully, but these errors were encountered: