Skip to content

Commit 039e817

Browse files
committed
Move to option_type
1 parent fc17407 commit 039e817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nextmv/nextmv/cloud/manifest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ class ManifestOption(BaseModel):
364364
name: str
365365
"""The name of the option"""
366366
option_type: str = Field(
367-
serialization_alias="type",
367+
serialization_alias="option_type",
368368
validation_alias=AliasChoices("type", "option_type"),
369369
)
370370
"""The type of the option (e.g., "string", "int", "bool", "float)."""

0 commit comments

Comments
 (0)