Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/ga4gh/core/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ class Extension(Element, BaseModelForbidExtra):
...,
description="A name for the Extension. Should be indicative of its meaning and/or the type of information it value represents.",
)
value: float | str | bool | dict[str, Any] | list[Any] | None = Field(
value: int | float | str | bool | dict[str, Any] | list[Any] | None = Field(
...,
description="The value of the Extension - can be any primitive or structured object",
)
Expand Down
Loading