
    // для виджета типа Form
    "fields": [
      {
        "label": "ИНН",
        "key": "inn",
        "type": "text",
        "multisource": [{"key": "inn_rufr", "label": "РУФР"}, {"key": "inn_egrul", "label": "ЕГРЮЛ"}]
      }
    ]
    // для виджета типа List
    {
        "title": "ИНН",
        "key": "inn",
        "type": "text",
        "multisource": [{"key": "inn_rufr", "label": "РУФР"}, {"key": "inn_egrul", "label": "ЕГРЮЛ"}]
      }