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