diff --git a/test/smoke_test_dca_config.json b/test/smoke_test_dca_config.json index ac0cc64..1a3b803 100644 --- a/test/smoke_test_dca_config.json +++ b/test/smoke_test_dca_config.json @@ -3,9 +3,12 @@ "project_name": "DCA Smoke Test", "synapse_asset_view": "syn52701135", "data_model_url": "https://raw.githubusercontent.com/Sage-Bionetworks/data-models/main/example.model.jsonld", + "data_model_info": "", "template_menu_config_file": "dcc/demo/dca-template-config.json", "logo_location": "dcc/demo/Logo_Sage_Logomark.png", - "logo_link": "https://synapse.org" + "logo_link": "https://synapse.org", + "dca_help_link": "", + "portal_help_link": "" }, "dca": { "use_compliance_dashboard": false, @@ -14,12 +17,18 @@ "sidebar_col": "#191919" }, "schematic": { - "manifest_get.output_format": "google_sheet", - "manifest_get.use_annotations": false, - "model_validate.restrict_rules": false, - "model_submit.use_schema_labels": true, - "model_submit.table_manipulation": "replace", - "model_submit.manifest_record_type": "table_and_file", - "model_submit.hide_blanks": false + "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 + } } } diff --git a/test/test_cross_manifest_validation_type_dca_config.json b/test/test_cross_manifest_validation_type_dca_config.json index c4e0499..2c3700b 100644 --- a/test/test_cross_manifest_validation_type_dca_config.json +++ b/test/test_cross_manifest_validation_type_dca_config.json @@ -3,9 +3,12 @@ "project_name": "DCA cross manifest validation", "synapse_asset_view": "syn52786230", "data_model_url": "https://raw.githubusercontent.com/Sage-Bionetworks/data-models/main/example.model.jsonld", + "data_model_info": "", "template_menu_config_file": "dcc/demo/dca-template-config.json", "logo_location": "dcc/demo/Logo_Sage_Logomark.png", - "logo_link": "https://synapse.org" + "logo_link": "https://synapse.org", + "dca_help_link": "", + "portal_help_link": "" }, "dca": { "use_compliance_dashboard": false, @@ -14,12 +17,18 @@ "sidebar_col": "#191919" }, "schematic": { - "manifest_get.output_format": "google_sheet", - "manifest_get.use_annotations": false, - "model_validate.restrict_rules": false, - "model_submit.use_schema_labels": true, - "model_submit.table_manipulation": "replace", - "model_submit.manifest_record_type": "file_only", - "model_submit.hide_blanks": false + "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": "file_only", + "hide_blanks": false + } } } diff --git a/test/test_load_test_dca_config.json b/test/test_load_test_dca_config.json index 7ca5641..86a7691 100644 --- a/test/test_load_test_dca_config.json +++ b/test/test_load_test_dca_config.json @@ -3,9 +3,12 @@ "project_name": "FAIR Data Load Test", "synapse_asset_view": "syn52392410", "data_model_url": "https://raw.githubusercontent.com/Sage-Bionetworks/data-models/main/example.model.jsonld", + "data_model_info": "", "template_menu_config_file": "dcc/demo/dca-template-config.json", "logo_location": "dcc/demo/Logo_Sage_Logomark.png", - "logo_link": "https://synapse.org" + "logo_link": "https://synapse.org", + "dca_help_link": "", + "portal_help_link": "" }, "dca": { "use_compliance_dashboard": false, @@ -14,12 +17,18 @@ "sidebar_col": "#191919" }, "schematic": { - "manifest_get.output_format": "google_sheet", - "manifest_get.use_annotations": false, - "model_validate.restrict_rules": false, - "model_submit.use_schema_labels": true, - "model_submit.table_manipulation": "replace", - "model_submit.manifest_record_type": "table_and_file", - "model_submit.hide_blanks": false + "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 + } } } diff --git a/test/test_mrt_file_and_entities_dca_config.json b/test/test_mrt_file_and_entities_dca_config.json index e11290a..92c8b34 100644 --- a/test/test_mrt_file_and_entities_dca_config.json +++ b/test/test_mrt_file_and_entities_dca_config.json @@ -3,9 +3,12 @@ "project_name": "DCA Test file_and_entities", "synapse_asset_view": "syn52578266", "data_model_url": "https://raw.githubusercontent.com/Sage-Bionetworks/data-models/main/example.model.jsonld", + "data_model_info": "", "template_menu_config_file": "dcc/demo/dca-template-config.json", "logo_location": "dcc/demo/Logo_Sage_Logomark.png", - "logo_link": "https://synapse.org" + "logo_link": "https://synapse.org", + "dca_help_link": "", + "portal_help_link": "" }, "dca": { "use_compliance_dashboard": false, @@ -14,12 +17,18 @@ "sidebar_col": "#191919" }, "schematic": { - "manifest_get.output_format": "google_sheet", - "manifest_get.use_annotations": false, - "model_validate.restrict_rules": false, - "model_submit.use_schema_labels": true, - "model_submit.table_manipulation": "replace", - "model_submit.manifest_record_type": "file_and_entities", - "model_submit.hide_blanks": false + "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": "file_and_entities", + "hide_blanks": false + } } } diff --git a/test/test_mrt_file_only_dca_config.json b/test/test_mrt_file_only_dca_config.json index fb07d5c..2582fe1 100644 --- a/test/test_mrt_file_only_dca_config.json +++ b/test/test_mrt_file_only_dca_config.json @@ -3,9 +3,12 @@ "project_name": "DCA Test file_only", "synapse_asset_view": "syn52578162", "data_model_url": "https://raw.githubusercontent.com/Sage-Bionetworks/data-models/main/example.model.jsonld", + "data_model_info": "", "template_menu_config_file": "dcc/demo/dca-template-config.json", "logo_location": "dcc/demo/Logo_Sage_Logomark.png", - "logo_link": "https://synapse.org" + "logo_link": "https://synapse.org", + "dca_help_link": "", + "portal_help_link": "" }, "dca": { "use_compliance_dashboard": false, @@ -14,12 +17,18 @@ "sidebar_col": "#191919" }, "schematic": { - "manifest_get.output_format": "google_sheet", - "manifest_get.use_annotations": false, - "model_validate.restrict_rules": false, - "model_submit.use_schema_labels": true, - "model_submit.table_manipulation": "replace", - "model_submit.manifest_record_type": "file_only", - "model_submit.hide_blanks": false + "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": "file_only", + "hide_blanks": false + } } } diff --git a/test/test_mrt_table_and_file_dca_config.json b/test/test_mrt_table_and_file_dca_config.json index 04faef8..fa0dd02 100644 --- a/test/test_mrt_table_and_file_dca_config.json +++ b/test/test_mrt_table_and_file_dca_config.json @@ -3,9 +3,12 @@ "project_name": "DCA Test table_and_file", "synapse_asset_view": "syn52578263", "data_model_url": "https://raw.githubusercontent.com/Sage-Bionetworks/data-models/main/example.model.jsonld", + "data_model_info": "", "template_menu_config_file": "dcc/demo/dca-template-config.json", "logo_location": "dcc/demo/Logo_Sage_Logomark.png", - "logo_link": "https://synapse.org" + "logo_link": "https://synapse.org", + "dca_help_link": "", + "portal_help_link": "" }, "dca": { "use_compliance_dashboard": false, @@ -14,12 +17,18 @@ "sidebar_col": "#191919" }, "schematic": { - "manifest_get.output_format": "google_sheet", - "manifest_get.use_annotations": false, - "model_validate.restrict_rules": false, - "model_submit.use_schema_labels": true, - "model_submit.table_manipulation": "replace", - "model_submit.manifest_record_type": "table_and_file", - "model_submit.hide_blanks": false + "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 + } } } diff --git a/test/test_mrt_table_file_and_entities_dca_config.json b/test/test_mrt_table_file_and_entities_dca_config.json index 9561e04..2aed339 100644 --- a/test/test_mrt_table_file_and_entities_dca_config.json +++ b/test/test_mrt_table_file_and_entities_dca_config.json @@ -3,9 +3,12 @@ "project_name": "DCA Test table_file_and_entities", "synapse_asset_view": "syn52578271", "data_model_url": "https://raw.githubusercontent.com/Sage-Bionetworks/data-models/main/example.model.jsonld", + "data_model_info": "", "template_menu_config_file": "dcc/demo/dca-template-config.json", "logo_location": "demo/Logo_Sage_Logomark.png", - "logo_link": "https://synapse.org" + "logo_link": "https://synapse.org", + "dca_help_link": "", + "portal_help_link": "" }, "dca": { "use_compliance_dashboard": false, @@ -14,12 +17,18 @@ "sidebar_col": "#191919" }, "schematic": { - "manifest_get.output_format": "google_sheet", - "manifest_get.use_annotations": false, - "model_validate.restrict_rules": false, - "model_submit.use_schema_labels": true, - "model_submit.table_manipulation": "replace", - "model_submit.manifest_record_type": "table_file_and_entities", - "model_submit.hide_blanks": false + "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_file_and_entities", + "hide_blanks": false + } } } diff --git a/test/test_no_folders_dca_config.json b/test/test_no_folders_dca_config.json index c61b00a..23f2873 100644 --- a/test/test_no_folders_dca_config.json +++ b/test/test_no_folders_dca_config.json @@ -3,9 +3,12 @@ "project_name": "DCA Test No Folders", "synapse_asset_view": "syn52579643", "data_model_url": "https://raw.githubusercontent.com/Sage-Bionetworks/data-models/main/example.model.jsonld", + "data_model_info": "", "template_menu_config_file": "dcc/demo/dca-template-config.json", "logo_location": "dcc/demo/Logo_Sage_Logomark.png", - "logo_link": "https://synapse.org" + "logo_link": "https://synapse.org", + "dca_help_link": "", + "portal_help_link": "" }, "dca": { "use_compliance_dashboard": false, @@ -14,12 +17,18 @@ "sidebar_col": "#191919" }, "schematic": { - "manifest_get.output_format": "google_sheet", - "manifest_get.use_annotations": false, - "model_validate.restrict_rules": false, - "model_submit.use_schema_labels": true, - "model_submit.table_manipulation": "replace", - "model_submit.manifest_record_type": "table_and_file", - "model_submit.hide_blanks": false + "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 + } } } diff --git a/test/test_no_project_permission_dca_config.json b/test/test_no_project_permission_dca_config.json index b070477..d4933ea 100644 --- a/test/test_no_project_permission_dca_config.json +++ b/test/test_no_project_permission_dca_config.json @@ -3,9 +3,12 @@ "project_name": "DCA Test No Project Permission", "synapse_asset_view": "syn52579642", "data_model_url": "https://raw.githubusercontent.com/Sage-Bionetworks/data-models/main/example.model.jsonld", + "data_model_info": "", "template_menu_config_file": "dcc/demo/dca-template-config.json", "logo_location": "dcc/demo/Logo_Sage_Logomark.png", - "logo_link": "https://synapse.org" + "logo_link": "https://synapse.org", + "dca_help_link": "", + "portal_help_link": "" }, "dca": { "use_compliance_dashboard": false, @@ -14,12 +17,18 @@ "sidebar_col": "#191919" }, "schematic": { - "manifest_get.output_format": "google_sheet", - "manifest_get.use_annotations": false, - "model_validate.restrict_rules": false, - "model_submit.use_schema_labels": true, - "model_submit.table_manipulation": "replace", - "model_submit.manifest_record_type": "table_and_file", - "model_submit.hide_blanks": false + "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 + } } } diff --git a/test/test_template_type_dca_config.json b/test/test_template_type_dca_config.json index a0e8c74..12ba838 100644 --- a/test/test_template_type_dca_config.json +++ b/test/test_template_type_dca_config.json @@ -3,9 +3,12 @@ "project_name": "DCA template type tests", "synapse_asset_view": "syn52786062", "data_model_url": "https://raw.githubusercontent.com/Sage-Bionetworks/data-models/main/example.model.jsonld", + "data_model_info": "", "template_menu_config_file": "dcc/demo/dca-template-config.json", "logo_location": "dcc/demo/Logo_Sage_Logomark.png", - "logo_link": "https://synapse.org" + "logo_link": "https://synapse.org", + "dca_help_link": "", + "portal_help_link": "" }, "dca": { "use_compliance_dashboard": false, @@ -14,12 +17,18 @@ "sidebar_col": "#191919" }, "schematic": { - "manifest_get.output_format": "google_sheet", - "manifest_get.use_annotations": false, - "model_validate.restrict_rules": false, - "model_submit.use_schema_labels": true, - "model_submit.table_manipulation": "replace", - "model_submit.manifest_record_type": "file_only", - "model_submit.hide_blanks": false + "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": "file_only", + "hide_blanks": false + } } }