add alert (#101)

This commit is contained in:
Sam Machin
2025-07-09 15:22:54 +01:00
committed by GitHub
parent 1ee29749c3
commit af3955cb35

View File

@@ -1,4 +1,13 @@
{
"alert" : {
"properties": {
"id": "string",
"message": "string"
},
"required": [
"message"
]
},
"answer": {
"properties": {
"id": "string"