Skip to content

Commit e103bec

Browse files
committed
REF: Remove as-yet-unused cancellation event from schema
1 parent 28aa7b2 commit e103bec

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

octue/cloud/events/validation.py

-8
Original file line numberDiff line numberDiff line change
@@ -278,14 +278,6 @@
278278
},
279279
"required": ["kind"],
280280
},
281-
{
282-
"title": "Cancellation",
283-
"description": "A cancellation of a question. This type of message can only be sent by a parent.",
284-
"properties": {
285-
"kind": {"type": "string", "pattern": "^cancellation$"},
286-
},
287-
"required": ["kind"],
288-
},
289281
],
290282
},
291283
},

0 commit comments

Comments
 (0)