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
I have an API that takes a JSON schema and a document to validate against that schema. This is so schemas can be created dynamically. In order to compile that schema into a Schema struct I've had to write a custom loader to wrap reading the bytes from the request. Is there a more elegant way to do this with this library? I don't want to be registering a new loader for each request that could have a separate schema.
I have an API that takes a JSON schema and a document to validate against that schema. This is so schemas can be created dynamically. In order to compile that schema into a Schema struct I've had to write a custom loader to wrap reading the bytes from the request. Is there a more elegant way to do this with this library? I don't want to be registering a new loader for each request that could have a separate schema.
The text was updated successfully, but these errors were encountered: