From 240f9db899faaafd247f4b0536be84e47395ba87 Mon Sep 17 00:00:00 2001 From: lakikowolfe Date: Fri, 7 Jun 2024 13:38:46 -0500 Subject: [PATCH] create testing template config --- ...atatype_not_found_dca_template_config.json | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 test/datatype_not_found_dca_template_config.json diff --git a/test/datatype_not_found_dca_template_config.json b/test/datatype_not_found_dca_template_config.json new file mode 100644 index 0000000..e75c4cb --- /dev/null +++ b/test/datatype_not_found_dca_template_config.json @@ -0,0 +1,35 @@ +{ + "manifest_schemas": [ + { + "display_name": "Biospecimen", + "schema_name": "Biospecimen_typo", + "type": "record" + }, + { + "display_name": "Bulk RNA-seq Assay", + "schema_name": "BULKRNASEQASSAY", + "type": "file" + }, + { + "display_name": "MockComponent", + "schema_name": "Mockcomponent", + "type": "record", + "project_scope": [ + "syn53210550", + "syn53210551" + ] + }, + { + "display_name": "Other Assay", + "schema_name": "OtherrAssay", + "type": "file" + }, + { + "display_name": "Patient", + "schema_name": "Patients", + "type": "record" + } + ], + "service_version": "v23.11.1-docker", + "schema_version": "" +} \ No newline at end of file