Describe the proposed feature
I would like to get easy access to annotations defined in the schema from my TypeScript app, but the current return type of $.introspect.getTypes() doesn't seem to include annotations for objects, properties, and links.
I'm willing to submit a pull request contributing this functionality :)