Skip to content

Commit

Permalink
remove allOf test
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac committed Dec 4, 2024
1 parent 8f95d2f commit e70df98
Showing 1 changed file with 4 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
},
Expand Down

0 comments on commit e70df98

Please sign in to comment.