Skip to content

Commit

Permalink
media -> growth_media
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCreosote committed Aug 16, 2023
1 parent f065c7a commit 1d00bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/product_models/heatmap_common_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class HeatMapRow(BaseModel):
description="The cells in the row of the heatmap in render order."
)
meta: dict[str, str] | None = Field(
examples=[{"media": "Spizizen minimal media + 0.5mM biotin"}],
examples=[{"growth_media": "Spizizen minimal media + 0.5mM biotin"}],
description="Arbitrary metadata about the data in the row"
)

Expand Down

0 comments on commit 1d00bde

Please sign in to comment.