HWM history-related schemas¶
- pydantic model horizon.commons.schemas.v1.hwm_history.HWMHistoryResponseV1¶
HWM history response.
- field id: int [Required]¶
HWM history item id
- field hwm_id: int [Required]¶
HWM id
- field namespace_id: int [Required]¶
Namespace id HWM is bound to
- field name: str [Required]¶
HWM name, unique in the namespace
- field description: str [Required]¶
HWM description
- field type: str [Required]¶
HWM type, any non-empty string
- field value: Any [Required]¶
HWM value, any JSON serializable value
- field entity: str | None = None¶
Name of entity associated with the HWM. Can be any string
- field expression: str | None = None¶
Expression used to calculate HWM value. Can be any string
- field action: str [Required]¶
Action performed on the HWM record
- field changed_at: datetime [Required]¶
Timestamp of a change of the HWM data
- field changed_by: str | None = None¶
User who changed the HWM data
- class Config¶