Skip to content

Commit

Permalink
JSON Schema: Use nullableString for with_gene_id
Browse files Browse the repository at this point in the history
  • Loading branch information
jseager7 committed Jul 13, 2023
1 parent b329541 commit d9c968f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/export.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@
"type": "string"
},
"with_gene_id": {
"type": "string"
"$ref": "#/definitions/nullableString"
}
},
"required": [
Expand Down

0 comments on commit d9c968f

Please sign in to comment.