Merge pull request #5611 from insertish/docs/scripting-tag-schema

docs: correct the schema provided for tag summary
This commit is contained in:
Michael Eischer
2025-11-23 15:45:53 +01:00
committed by GitHub
+5 -5
View File
@@ -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
-------