Skip to content

Commit

Permalink
create testing template config
Browse files Browse the repository at this point in the history
  • Loading branch information
lakikowolfe committed Jun 7, 2024
1 parent 4d67c7a commit 240f9db
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions test/datatype_not_found_dca_template_config.json
Original file line number Diff line number Diff line change
@@ -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": ""
}

0 comments on commit 240f9db

Please sign in to comment.