Skip to content

Resolve the types of the augmented properties recursively

Zhibin Mai requested to merge augmented_schema into master

Issue 120

The fix can resolve schema of the augmented properties recursively. It also has logic to prevent infinite loop when circular references exist. In the unit test examples:

  • It travels 3 levels of relationships to get the schema of the augmented properties
  • Wellbore augments data.Curves[].Mnemonic as augmented property WellLogs from kind WellLog while WellLog augments several properties from Wellbore.
Edited by Zhibin Mai

Merge request reports