-
Notifications
You must be signed in to change notification settings - Fork 0
/
libraryofcongress.yaml
38 lines (38 loc) · 1.1 KB
/
libraryofcongress.yaml
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
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"id_name": "libraryofcongress",
"name": "Library of Congress",
"category" : "Other",
"icon" : "loc",
"description" : "Search the Library of Congress for records of documents",
"loads_data": true,
"help_url": "modules/scrape/library-of-congress",
"parameters": [
{
"name": "Keywords",
"id_name" : "q",
"type": "string",
"default": "",
"placeholder":"Keywords"
},
{
"name": "Collection",
"id_name" : "partof",
"type": "menu",
"default": "entire_library",
"options": [
{ "value": "entire_library", "label": "Entire library" },
{ "value": "bills", "label": "Bills" },
{ "value": "house_bills", "label": "House bills" },
{ "value": "senate_bills", "label": "Senate bills" },
{ "value": "house_resolutions", "label": "House resolutions" },
{ "value": "senate_resolutions", "label": "Senate resolutions" },
{ "value": "federal_register", "label": "Federal register" }
]
},
{
"name": "Search",
"id_name" : "version_select",
"type": "custom"
}
]
}