-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: schema.rs
-
None
-
3
-
Iteration Xiaolongbao, Iteration Yuca
if parent_count - field_count > 0, some fields are missing. Create an Undefined type to add this information:
field.types["Undefined"] = { name: 'Undefined', type: 'Undefined', path: field.path, count: parent_count - field_count };