Hi, I'm trying to push an object graph into Datahub (a class hierarchy to be precise) and have run into a basic question about Datahub's support for custom types: Is it possible for a field within a schema to be of a custom type, so that when I click on the type's name it takes me to that type's definition?
I've attached a screenshot so that it's more clear. In that pic, let's say AppFeatures is my class, and displayProperties is a field within that class. I want to represent that field as having the type DisplayProperties, and then be able to navigate to that definition of DisplayProperties by clicking on it. Is that possible in Datahub?