instrumenta / instrumenta/openapi2jsonschema

-o requires prefix for some reason

Open
#43 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.