From 72b27b08582746e01d4cbb903d24273682998032 Mon Sep 17 00:00:00 2001 From: Tony Fernandez Date: Fri, 8 Nov 2024 14:57:44 -0500 Subject: [PATCH] better message description in schema --- borgmatic/config/schema.yaml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/borgmatic/config/schema.yaml b/borgmatic/config/schema.yaml index 2e9aa4f3..f1639bd0 100644 --- a/borgmatic/config/schema.yaml +++ b/borgmatic/config/schema.yaml @@ -1632,7 +1632,8 @@ properties: message: type: string description: | - Message to be sent to the user or group. + Message to be sent to the user or group. If omitted + the default is the name of the state. example: A backup job has started. priority: type: integer @@ -1704,8 +1705,9 @@ properties: message: type: string description: | - Message to be sent to the user or group. - example: A backup job has started. + Message to be sent to the user or group. If omitted + the default is the name of the state. + example: A backup job has finished. priority: type: integer description: | @@ -1775,8 +1777,9 @@ properties: message: type: string description: | - Message to be sent to the user or group. - example: A backup job has started. + Message to be sent to the user or group. If omitted + the default is the name of the state. + example: A backup job has failed. priority: type: integer description: |