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": {