From 449bb099984947c5d0fe0eb29f96ea19440ce1c7 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Fri, 4 Mar 2016 16:58:02 +0100 Subject: [PATCH] Fix for m.room.third_party_invite schema --- event-schemas/schema/m.room.third_party_invite | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/event-schemas/schema/m.room.third_party_invite b/event-schemas/schema/m.room.third_party_invite index 2368fe8b..878211e2 100644 --- a/event-schemas/schema/m.room.third_party_invite +++ b/event-schemas/schema/m.room.third_party_invite @@ -36,7 +36,7 @@ "key_validity_url": { "type": "string", "description": "An optional URL which can be fetched, with querystring public_key=public_key, to validate whether the key has been revoked. The URL must return a JSON object containing a boolean property named 'valid'. If this URL is absent, the key must be considered valid indefinitely." - }, + } }, "required": ["public_key"] }