Feature Request
Is your feature request related to a problem? Please describe:
No
Describe the feature you'd like:
Add an API to return a specific schema inheritance chain, such as func inheritanceChain(t string) []string
Schema A inherited schema B and B inherited C. The return of inheritanceChain(A) should be [C,B,A]