Skip to content

Commit

Permalink
Add "Synthetic Data" field to discovery.json
Browse files Browse the repository at this point in the history
  • Loading branch information
m0nhawk authored Jan 24, 2025
1 parent 7371c9c commit 5f0906c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 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

0 comments on commit 5f0906c

Please sign in to comment.