{
    "title": "gbifocc-reconcile",
    "databases": {
        "gbifocc": {
            "tables": {
                "gbifocc": {
                    "plugins": {
                        "datasette-reconcile": {
                            "id_field": "gbifID",
                            "name_field": "collectorNameAndNumber",
                            "type_field": "basisOfRecord",
                            "type_default": [{
                              "id": "basisOfRecord",
                              "name": "PRESERVED_SPECIMEN"
                            }],
                            "max_limit": 5,
                            "service_name": "GBIF specimens reconciliation",
                            "view_url": "https://gbif.org/occurrence/{{id}}"
                        }
                    }
                }
            }
        }
    }
}