Introspecting and Transforming Schemas Programmatically
Are there any examples online of how to introspect/transform a schema programmatically?
Basically, I have a schema, representing a simple object structure. Now I'm looking for a neat way to introspect the schema, recursively traversing all the subschemas, basically building another object out of the findings.
Basically, I have a schema, representing a simple object structure. Now I'm looking for a neat way to introspect the schema, recursively traversing all the subschemas, basically building another object out of the findings.
