From e70df98e4091c8c2524a85e61bbcbc650555a60b Mon Sep 17 00:00:00 2001 From: bwmac Date: Wed, 4 Dec 2024 16:16:05 -0500 Subject: [PATCH] remove allOf test --- .../gx/expectations/gene_info.json | 22 ++++--------------- 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/src/agoradatatools/great_expectations/gx/expectations/gene_info.json b/src/agoradatatools/great_expectations/gx/expectations/gene_info.json index 3dae632..9ca0d11 100644 --- a/src/agoradatatools/great_expectations/gx/expectations/gene_info.json +++ b/src/agoradatatools/great_expectations/gx/expectations/gene_info.json @@ -335,24 +335,10 @@ ], "type": "object" }, - "allOf": [ - { - "maxItems": 1, - "items": { - "properties": { - "hgnc_symbol": { - "not": { - "type": "string" - } - } - } - }, - "title": "Target Nominations Schema", - "type": [ - "array", - "null" - ] - } + "title": "Target Nominations Schema", + "type": [ + "array", + "null" ] } },