{
    "ObjectMappings": {
      "table": {
        "columns": {
            "default": [
                { "data": "id", "title": "Id" },
                { "data": "name", "title": "Name", "searchable": true },
                { "data": "external_key", "title": "Email" , "searchable":  true}

            ],
            "values": [
            ]
        },
        "pagingType": {
            "default": "first_last_numbers",
            "values": [ "first_last_numbers" ]
        },
        "pageLength": {
            "default": 5,
            "values": [ 5, 5, 10, 25 ]
        },
        "lengthMenu": {
            "default": [ 5, 25, 50, 100 ],
            "values": [ 5, 25, 50, 100 ]
        },
        "buttonSections": {
            "default": {
              "title":  [],
              "topRight": [],
              "topLeft": [],
              "bottomRight": [],
              "bottomLeft": [],
              "rowRight":  [
                {"style": "default xs", "translation": "ADMIN_DASHBOARD.CLIENTS_PAGE.EDIT", "sref": "settings-integrations.integration.mappings.edit({internalType:$row.item.type, internalId: $row.item.id})"}
                ]
            },
            "values": {
            }
          }
        },
      "uploadstable": {
        "searching": {
          "default": false,
          "values": [true, false]
        },
        "paging": {
          "default": false,
          "values": [true, false]
        },
        "ordering": {
          "default": false,
          "values": [true, false]
        },
        "columns": {
            "default": [
                { "data": "id", "title": "Id"},
                { "data": "upload_status", "title": "Status"},
                {
                  "data": "created_at",
                  "title": "Date Created",
                  "filter": "dateTimeConfig:'defaultFormat':true"
                },
                {
                  "data": "records_to_process",
                  "title": "Records to Process"
                },
                {
                  "data": "records_processed",
                  "title": "Records Processed"
                },
                {
                  "data": "completion_percentage",
                  "title": "Completion Percentage"
                },
                {
                  "data": "messages",
                  "title": "Messages"
                }
            ],
            "values": [
            ]
        },
        "lengthMenu": {
            "default": [ 5, 25, 50, 100 ],
            "values": [ 5, 25, 50, 100 ]
        },
        "buttonSections": {
            "default": {
              "title":  [],
              "topRight": [],
              "topLeft": [
                {"style": "default", "translation": "New Upload", "sref": "settings-integrations.integration.uploads.new({id: $ctrl.implementation.id})"}
              ],
              "bottomRight": [],
              "bottomLeft": [],
              "rowRight":  []
            },
            "values": {
            }
          }
        }
    }
  }