// IsAssociative returns true if all elements in the list contain an // AssociativeSequenceKey as a field. func IsAssociative(schema *openapi.ResourceSchema, nodes []*yaml.RNode, infer bool) bool { … } func schemaHasMergeStrategy(schema *openapi.ResourceSchema) bool { … }