-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KeyError when a definition doesn't have "properties" #49
Comments
Am seeing the same error:
any workaround? |
Try below command for workaround, but first You must install jq. In this example I fetch OpenAPI directly from Kubernetes API, so if You want parse contents from file instead of URL then replace curl with cat. This command should work fine in BASH or ZSH, but not SH.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
openapi2jsonschema/openapi2jsonschema/command.py
Line 99 in d697cbf
For examples:
The text was updated successfully, but these errors were encountered: