import "sigs.k8s.io/kustomize/kyaml/yaml/schema"
Package schema contains libraries for working with the yaml and openapi packages.
schema.go
func IsAssociative(schema *openapi.ResourceSchema, nodes []*yaml.RNode, infer bool) bool
IsAssociative returns true if all elements in the list contain an AssociativeSequenceKey as a field.