This project is a CLI that will convert kind: CustomResourceDefinition
s to a JSON Schema file that's now compatible to use with kubeconform to check your CRs.
As part of the Replicated vendor tools, we want to help ensure that valid YAML is created for every release. As more CRDs are used in applications, the schema has become more dynamic. Many projects publish CRDs without also publishing an OpenAPISchema for the project.
crd-to-openapischema <url or path to schema>