Skip to content

Commit

Permalink
Update discovery.json (#44)
Browse files Browse the repository at this point in the history
* Update discovery.json

* Add "Synthetic Data" field to discovery.json
  • Loading branch information
m0nhawk authored Jan 24, 2025
1 parent e8a68b8 commit f6e7490
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions config/gen3/discovery.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,14 @@
"maxLength": 16
}
},
{
"name": "Synthetic Data",
"field": "is_synthetic",
"errorIfNotAvailable": false,
"valueIfNotAvailable": "",
"contentType": "string",
"cellRenderFunction": "truncated"
},
{
"name": "Cancer Type",
"field": "subject_cancer_type",
Expand Down Expand Up @@ -488,6 +496,14 @@
"contentType": "string",
"cellRenderFunction": "truncated"
},
{
"name": "Synthetic Data",
"field": "is_synthetic",
"errorIfNotAvailable": false,
"valueIfNotAvailable": "n/a",
"contentType": "string",
"cellRenderFunction": "truncated"
},
{
"name": "Study/Project Name",
"field": "short_name",
Expand Down

0 comments on commit f6e7490

Please sign in to comment.