[
  {
    "element": "ui",
    "id": "organisationUi",
    "config": {
      "title": "Organisation"
    }
  },
  {
    "element": "widget",
    "id": "modal",
    "path": "organisationUi",
    "config": {
      "widgetType": "modal",
      "heading": "Organisation",
      "controlScheme": "simple"
    }
  },


  {
    "element": "widget",
    "id": "orgKey",
    "path": "organisationUi.modal",
    "config": {
      "widgetType": "text",
      "prompt": {
        "text": "Key"
      },
      "dataPath": "orgKey"
    }
  },

  {
    "element": "widget",
    "id": "organisation",
    "path": "organisationUi.modal",
    "config": {
      "widgetType": "text",
      "prompt": {
        "text": "Organisation"
      },
      "dataPath": "organisation"
    }
  },


  {
    "element": "widget",
    "id": "legalName",
    "path": "organisationUi.modal",
    "config": {
      "widgetType": "text",
      "prompt": {
        "text": "Legal name"
      },
      "dataPath": "legalName"
    }
  },

  {
    "element": "widget",
    "id": "orgStartDate",
    "path": "organisationUi.modal",
    "config": {
      "widgetType": "date",
      "prompt": {
        "text": "Start date"
      },
      "dataPath": "startDate"
    }
  },
  {
    "element": "widget",
    "id": "orgEndDate",
    "path": "organisationUi.modal",
    "config": {
      "widgetType": "date",
      "prompt": {
        "text": "End date"
      },
      "dataPath": "endDate"
    }
  },
  {
    "element": "widget",
    "id": "orgLastUpdateDate",
    "path": "organisationUi.modal",
    "config": {
      "widgetType": "date",
      "prompt": {
        "text": "Last update"
      },
      "dataPath": "lastUpdateDate"
    }
  },
  {
    "element": "widget",
    "id": "orgEntryDate",
    "path": "organisationUi.modal",
    "config": {
      "widgetType": "date",
      "prompt": {
        "text": "Entry date"
      },
      "dataPath": "entryDate"
    }
  }

]

