allErrs=append(allErrs,field.Invalid(fldPath.Child("openAPIV3Schema"),*schema,fmt.Sprintf(`must only have "properties" or "required" at the root if the status subresource is enabled`)))
allErrs=append(allErrs,field.Invalid(fldPath.Child("openAPIV3Schema"),*schema,fmt.Sprintf(`must only have "properties", "required" or "description" at the root if the status subresource is enabled`)))