Converting AST Nodes Back to Schema for Recursive Property Access
how can i convert an AST node back to a schema? e.g., i want to recursively visit properties of my schema (via AST.getPropertySignatures) but use the schema for each property (recursively) to access validation methods.
