From 37d2a5e92ea002b3718fd8d0aa0bcbd671f77968 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Irene=20L=C3=B3pez?= Date: Mon, 5 Sep 2022 17:14:21 +0200 Subject: [PATCH] fix: `sex` is an array --- opentargets.json | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/opentargets.json b/opentargets.json index c527ef8..5e52290 100644 --- a/opentargets.json +++ b/opentargets.json @@ -2007,12 +2007,15 @@ "minimum": 0.0 }, "sex": { - "type": "string", + "type": "array", "description": "Sex of the population included in the analysis", - "enum": [ - "men", - "women" - ] + "items": { + "type": "string", + "enum": [ + "men", + "women" + ] + } } , "significantDriverMethods": {