Skip to content

Commit

Permalink
Create test_filename_validation_dca_config.json
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Williams <[email protected]>
  • Loading branch information
afwillia authored Oct 3, 2024
1 parent 3959e3d commit 7fdf18d
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions test/test/test_filename_validation_dca_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"dcc": {
"name": "Filename Validation Test",
"synapse_asset_view": "syn63630107",
"data_model_url": "https://raw.githubusercontent.com/Sage-Bionetworks/data-models/main/example.model.jsonld",
"data_model_info": "",
"template_menu_config_file": "https://raw.githubusercontent.com/Sage-Bionetworks/data-models/main/dca-template-config.json",
"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,
"file_annotations_upload":true
}
}
}

0 comments on commit 7fdf18d

Please sign in to comment.