From 23ab2cc9cd0563fecc137c2ffabadb10af3ba3df Mon Sep 17 00:00:00 2001 From: afwillia Date: Thu, 2 May 2024 08:39:13 -0700 Subject: [PATCH] Add NF-OSI test DCC to dev --- test/test_dcc_nf_osi.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 test/test_dcc_nf_osi.json diff --git a/test/test_dcc_nf_osi.json b/test/test_dcc_nf_osi.json new file mode 100644 index 0000000..4ec6cea --- /dev/null +++ b/test/test_dcc_nf_osi.json @@ -0,0 +1,36 @@ +{ + "dcc": { + "name": "NF-OSI Test", + "synapse_asset_view": "syn58911847", + "data_model_url": "https://raw.githubusercontent.com/nf-osi/nf-metadata-dictionary/v9.3.0/NF.jsonld", + "data_model_info": "", + "template_menu_config_file": "https://raw.githubusercontent.com/nf-osi/nf-metadata-dictionary/v9.3.0/dca-template-config.json", + "logo_location": "", + "logo_link": "", + "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": true + }, + "model_validate": { + "restrict_rules": false + }, + "model_submit": { + "use_schema_labels": true, + "table_manipulation": "replace", + "manifest_record_type": "table_and_file", + "hide_blanks": true, + "table_column_names":"display_label", + "annotation_keys": "display_label" + } + } +}