Skip to content

Commit

Permalink
testing config
Browse files Browse the repository at this point in the history
  • Loading branch information
lakikowolfe committed Jun 7, 2024
1 parent 6b3dec2 commit cd317f4
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions test/datatype_not_found_dca_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"dcc": {
"name":"Data Type Not Found Test",
"synapse_asset_view":"syn33715412",
"data_model_url":"https://raw.githubusercontent.com/Sage-Bionetworks/data-models/main/example.model.jsonld",
"data_model_info": "https://raw.githubusercontent.com/Sage-Bionetworks/data_curator_config/dev/test/datatype_not_found_dca_template_config.json",
"template_menu_config_file":"",
"logo_location":"dcc/demo/Logo_Sage_Logomark.png",
"logo_link":"https://synapse.org",
"dcc_help_link": "",
"portal_help_link": ""
},
"dca": {
"use_compliance_dashboard":false,
"primary_col":"#2a668d",
"secondary_col":"#184e71",
"sidebar_col":"#191919"
},
"schematic": {
"manifest_generate": {
"output_format":"google_sheet",
"use_annotations":false
},
"model_validate": {
"restrict_rules":false
},
"model_submit": {
"use_schema_labels":true,
"table_manipulation":"replace",
"manifest_record_type":"table_and_file",
"hide_blanks":false
}
}
}

0 comments on commit cd317f4

Please sign in to comment.