This commit is contained in:
Christian Schwarz
2025-08-05 23:07:26 +02:00
parent 2ee0f4271c
commit 577eee16f9

View File

@@ -1623,6 +1623,7 @@ pub struct TimelineInfo {
/// Whether the timeline is invisible in synthetic size calculations.
pub is_invisible: Option<bool>,
#[serde(default)]
pub standby_horizon: serde_json::Value,
}