From af3955cb353a6c30a4ee18fc63f928489a33bb44 Mon Sep 17 00:00:00 2001 From: Sam Machin Date: Wed, 9 Jul 2025 15:22:54 +0100 Subject: [PATCH] add alert (#101) --- specs.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/specs.json b/specs.json index 9d13392..8a7d997 100644 --- a/specs.json +++ b/specs.json @@ -1,4 +1,13 @@ { + "alert" : { + "properties": { + "id": "string", + "message": "string" + }, + "required": [ + "message" + ] + }, "answer": { "properties": { "id": "string"