What's the right approach dealing with k8s CRDs in skycfg? Those are becoming increasingly common. cuelang solves this by having an intermediary typing language that can consume both Go structs and protobufs, such that it can validate either.
As far as I can tell, CRDs are only specified as jsonapi schemas and no protobuf schemas are generated.