From 5f0906ce21375a1763c441f1fd8e1557106431a6 Mon Sep 17 00:00:00 2001 From: Andrew Prokhorenkov Date: Fri, 24 Jan 2025 10:37:34 -0600 Subject: [PATCH] Add "Synthetic Data" field to discovery.json --- config/gen3/discovery.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/gen3/discovery.json b/config/gen3/discovery.json index ff6f198..326116a 100644 --- a/config/gen3/discovery.json +++ b/config/gen3/discovery.json @@ -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",