From f6e749089ab0c4619b47e5d3c76bb09be1b04f45 Mon Sep 17 00:00:00 2001 From: Andrew Prokhorenkov Date: Fri, 24 Jan 2025 10:50:17 -0600 Subject: [PATCH] Update discovery.json (#44) * Update discovery.json * Add "Synthetic Data" field to discovery.json --- config/gen3/discovery.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/config/gen3/discovery.json b/config/gen3/discovery.json index c3fedcd..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", @@ -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",