File size: 879 Bytes
7cc6ee0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
    "title": "nickyn-ih-test",
    "databases": {
        "ihinst": {
            "tables": {
                "ih-institutions": {
                    "plugins": {
                        "datasette-reconcile": {
                            "id_field": "irn",
                            "name_field": "code",
                            "type_field": "organization",
                            "type_default": [{
                              "id": "institution",
                              "name": "Institution"
                            }],
                            "max_limit": 5,
                            "service_name": "IH institution reconciliation",
                            "view_url": "https://sweetgum.nybg.org/science/ih/herbarium-details/?irn={{id}}"
                        }
                    }
                }
            }
        }
    }
}