I'm looking at the documentation for HDP 2.6.1 and from what I can see, traits still use the legacy API rather than v2. Am I reading the documentation correctly?
In section 'Atlas types' it states that composite metatypes are "Class, Struct, Trait".
e.g.
POST v2/types/classificationdef
POST /v2/types/structdef
But v2 REST API doesn't have anything for 'trait'
In section 'Cataloging Atlas Metadata: Traits and Business Taxonomy' we have:
POST http://<atlas-server-host:port>/api/atlas/types
So this is using the legacy API. Is this right? Will this change with future Atlas releases?
Also, can someone provide a business use case for using classifications, structs and traits. I'm getting muddled between the circumstances I would use each. Many thanks!