-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathconfig.json
More file actions
37 lines (37 loc) · 1.27 KB
/
config.json
File metadata and controls
37 lines (37 loc) · 1.27 KB
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
{
"SHEETS_TO_CREATE_IN_OCL": [
"F06-PHQ-9"
],
"OCL_URL": "https://app.openconceptlab.org/#",
"FETCHER_BASE_URL": "https://api.openconceptlab.org/orgs/MSF/sources/MSF",
"FUZZY_THRESHOLD": 90,
"OUTPUT_DIR": "./generated_form_schemas",
"automatch_references": {
"MSF": {
"source_filepath": "./ocl_source_snapshots/MSF_Source_20240717_220327_Filtered.json",
"suggestion_column": "MSF Source Suggestion",
"external_id_column": "MSF Source External ID",
"description_column": "MSF Source Description",
"datatype_column": "MSF Source Datatype",
"dataclass_column": "MSF Source Class",
"score_column": "MSF Source Score"
},
"CIEL": {
"source_filepath": "./ocl_source_snapshots/CIEL_Source_20240708_153712_Filtered.json",
"suggestion_column": "CIEL Source Suggestion",
"external_id_column": "CIEL Source External ID",
"description_column": "CIEL Source Description",
"datatype_column": "CIEL Source Datatype",
"dataclass_column": "CIEL Source Class",
"score_column": "CIEL Source Score"
}
},
"OCL_API_URL": "https://api.openconceptlab.org",
"SOURCE_ID": "MSF",
"COLLECTION_ID": "",
"ORG_ID": "MSF",
"OCL_PAGE_LIMIT": 0,
"columns": {
"TOOLTIP_COLUMN_NAME": "Tooltip i"
}
}