From 629eaa5d2123705ffb0c215d6e3fef125679ab22 Mon Sep 17 00:00:00 2001 From: izzy Date: Thu, 20 Nov 2025 17:35:25 +0000 Subject: [PATCH] docs: correct the schema provided for tag summary --- doc/075_scripting.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/075_scripting.rst b/doc/075_scripting.rst index 5d9de34b6..869f9d7a1 100644 --- a/doc/075_scripting.rst +++ b/doc/075_scripting.rst @@ -810,11 +810,11 @@ Changed Summary ^^^^^^^ -+----------------------------+-----------------------------------+--------+ -| ``message_type`` | Always "summary" | string | -+----------------------------+-----------------------------------+--------+ -| ``changed_snapshot_count`` | Total number of changed snapshots | int64 | -+----------------------------+-----------------------------------+--------+ ++-----------------------+-----------------------------------+--------+ +| ``message_type`` | Always "summary" | string | ++-----------------------+-----------------------------------+--------+ +| ``changed_snapshots`` | Total number of changed snapshots | int64 | ++-----------------------+-----------------------------------+--------+ version -------