instrumenta / instrumenta/openapi2jsonschema
-o requires prefix for some reason
Open
- Dominant language
- Python
- Stars
- 248
- Forks
- 95
- PR merge metrics
- No merged PRs in 30d
Description
Works fine without -o
```openapi2jsonschema --expanded --kubernetes --stand-alone --strict "https://raw.githubusercontent.com/kubernetes/kubernetes/v1.19.2/api/openapi-spec/swagger.json" ```
but with -o
```openapi2jsonschema --expanded --kubernetes --stand-alone --strict "https://raw.githubusercontent.com/kubernetes/kubernetes/v1.19.2/api/openapi-spec/swagger.json" -o /tmp/v1.19.2-standalone-strict```
has many errors with the format
```
An error occured processing validatingwebhookconfigurationlist: URLError:
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.