library: handle missing fields

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Done
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: schema.rs
    • None
    • 3
    • Iteration Xiaolongbao, Iteration Yuca
    • None

      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        
      };
      

       

            Assignee:
            Irina Shestak (Inactive)
            Reporter:
            Irina Shestak (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: