-
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: properties" when parsing OpenAPI spec from Kubernetes #54
Comments
This seems to allow things to run, but I'm not sure it's the correct solution:
|
+1. Encountered the same issue, these changes fix it |
+1 Seems to work for me too |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would like to be able to validate manifests targeting our local k8s cluster. There are invariably CRDs in these manifests. I'm fetching the complete openapi spec from the cluster like this:
And then attempting to convert these into json schemas like this:
This fails with:
I've attached the openapi spec to this issue.
openapi.json.txt
The text was updated successfully, but these errors were encountered: