Skip to content

Commit

Permalink
fix(schemas): remove enum from assembly ID prop
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed May 8, 2024
1 parent 3de386b commit 31afd5d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/api/models/schemas/schemas.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,6 @@ var VARIANT_SCHEMA Schema = map[string]interface{}{
"properties": map[string]interface{}{
"assembly_id": map[string]interface{}{
"description": "Reference genome assembly ID.",
"enum": []string{
"GRCh38",
"GRCh37",
"NCBI36",
"Other",
},
"search": map[string]interface{}{
"canNegate": false,
"operations": []string{
Expand Down

0 comments on commit 31afd5d

Please sign in to comment.