recursively delete all required keys in a JSON schema
I have written a JSON schema file for my Kubernetes Helm values files. The schema defined some required properties. I would like to publish modified schema without all required properties. Background: With helm, it's possible to define a subset of…