Skip to content

make this UUID and deprecate string #315

Description

@github-actions

uuid: str = Field(..., max_length=100) # TODO make this UUID and deprecate string

    Attributes:
        position: Tuple of (latitude, longitude) coordinates
        uuid: Unique identifier for the location
        remark: Optional remark text for the location
    """

    position: tuple[Latitude, Longitude]
    uuid: str = Field(..., max_length=100)  # TODO make this UUID and deprecate string
    remark: str | None = None

    @model_validator(mode="before")
    @classmethod

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions