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 was archived by the owner on Nov 6, 2018. It is now read-only.
The jenerated schema here specifies no version:
"$schema": "http://json-schema.org/schema#".
Libraries for validating json expect a specific version because version 4 is not compatible with version 6.
Check: https://github.com/everit-org/json-schema
That breaks the process of validating a k8s json file.
I had to modify the json schema object to make it work, but I am not sure where the version is documented.