this will yield an openapi schema which treats these fields as having the generic object type. additional work is needed to support unstrucutred fields, which is the addition of x-kubernetes-preserve-unknown-fields: true property to openapi schema for the proto fields which supply this option.
the purpose of this change is to enable the use of recursive fields with Cue reference expansion.
we disable the fields
this will yield an openapi schema which treats these fields as having the generic
object
type. additional work is needed to support unstrucutred fields, which is the addition ofx-kubernetes-preserve-unknown-fields: true
property to openapi schema for the proto fields which supply this option.