feat: highlight expired date and datetime attributes

This commit is contained in:
2025-04-13 12:11:07 +04:00
parent 21794da3d2
commit 10683a9a42
3 changed files with 8 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ class BaseAttributeSchema(BaseSchema):
name: str
is_applicable_to_group: bool
is_shown_on_dashboard: bool
is_highlight_if_expired: bool
is_nullable: bool
default_value: Optional[bool | int | float | str | date | datetime]
type_id: int