Skip to content

Commit

Permalink
fix: sex is an array
Browse files Browse the repository at this point in the history
  • Loading branch information
ireneisdoomed committed Sep 5, 2022
1 parent c909497 commit 37d2a5e
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions opentargets.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 37d2a5e

Please sign in to comment.