Skip to content

Commit

Permalink
Add default values to APIspec to generate proper models.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehrnaz-Charkhchi committed Oct 4, 2024
1 parent 0507f9f commit 1d62913
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions APISpecification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ components:
feature_type:
nullable: true
description: The value of this field is always null. The presence of null in this field will serve as a marker that this is a consequence of an intergenic variant.
default: null
consequences:
type: array
items:
Expand Down Expand Up @@ -184,6 +185,7 @@ components:
gene_symbol:
type: string
nullable: true
default: null
biotype:
type: string
is_canonical:
Expand Down Expand Up @@ -218,6 +220,7 @@ components:
description:
type: string
nullable: true
default: null
type:
type: string
enum:
Expand Down

0 comments on commit 1d62913

Please sign in to comment.