Zihe Huang
Zihe Huang
Pull request for Issue #23. I took the liberty of converting `Box` into a generic type. I had to take `validate` out of `BoxMinimalState` since the implementation requires the `Box`'s...
The converter fails to convert some openapi schema, such as the one shown below: ```javascript const parametersSchemas = convertParametersToJSONSchema([ { "name": "id_or_uri", "in": "path", "description": "The id or uri of...
## Description File progress store fails on read if the provided progress file path does not exist. This PR allows FileProgressStore to load without the progress file present. When `save`...