Extracts properties from an object node recursively following the schema structure
This is the core recursive extractor that walks through object properties.
Since the schema is normalized (no $refs), we just follow the schema structure.
The depth is controlled by the schema itself - when we reach a stub (only
Extracts properties from an object node recursively following the schema structure
This is the core recursive extractor that walks through object properties. Since the schema is normalized (no $refs), we just follow the schema structure. The depth is controlled by the schema itself - when we reach a stub (only