You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.
When including the CRD for parsing in the intellij, it breaks parsing as the CRD is having empty properties which are not supported there in openApiSchema.
* Closes#753
Provide types for each property in oneOf
The empty properties here also produces invalid json schema when used with https://github.com/yannh/kubeconform
* Remove properties
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
When including the CRD for parsing in the intellij, it breaks parsing as the CRD is having empty properties which are not supported there in openApiSchema.
The parsing will be fixed to not break in the intellij following the issue:
https://youtrack.jetbrains.com/issue/IDEA-269698
Probably the empty properties could just be omitted? (I don't know openApi well enough)
The text was updated successfully, but these errors were encountered: