diff --git a/amazon_dash/config.py b/amazon_dash/config.py index 5b99d01..c7be747 100644 --- a/amazon_dash/config.py +++ b/amazon_dash/config.py @@ -123,7 +123,13 @@ }, "to": { "type": "integer" - } + }, + "success_message": { + "type": "string" + }, + "failure_message": { + "type": "string" + }, }, "required": ["service"], }