From 8d378cfd51efa27b7b976adccbfa22979cbbd94d Mon Sep 17 00:00:00 2001 From: Kim Brose <2803622+HarHarLinks@users.noreply.github.com> Date: Fri, 18 Nov 2022 14:28:05 +0100 Subject: [PATCH] add missing description to m.call.answer schema --- data/event-schemas/schema/m.call.answer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/event-schemas/schema/m.call.answer.yaml b/data/event-schemas/schema/m.call.answer.yaml index 9d98dd7d..e84cf6f8 100644 --- a/data/event-schemas/schema/m.call.answer.yaml +++ b/data/event-schemas/schema/m.call.answer.yaml @@ -31,7 +31,7 @@ }, "version": { "type": "number", - "description": "" + "description": "The version of the VoIP specification this messages adheres to. This specification is version 0." } }, "required": ["call_id", "answer", "version"]