From e996933a29badce5676ebc2ecd52ff8374cd44b1 Mon Sep 17 00:00:00 2001 From: Daniel Wagner-Hall Date: Thu, 1 Oct 2015 22:21:34 -0500 Subject: [PATCH] Banish the tabs --- .../schema/v1/m.room.third_party_invite | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/event-schemas/schema/v1/m.room.third_party_invite b/event-schemas/schema/v1/m.room.third_party_invite index eae8c015..dc010fe7 100644 --- a/event-schemas/schema/v1/m.room.third_party_invite +++ b/event-schemas/schema/v1/m.room.third_party_invite @@ -14,14 +14,14 @@ "type": "string", "description": "A user-readable string which represents the user who has been invited. This should not contain the user's third party ID, as otherwise when the invite is accepted it would leak the association between the matrix ID and the third party ID." }, - "key_validity_url": { - "type": "string", - "description": "A 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'." - }, - "public_key": { - "type": "string", - "description": "A base64-encoded ed25519 key with which token must be signed." - } + "key_validity_url": { + "type": "string", + "description": "A 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'." + }, + "public_key": { + "type": "string", + "description": "A base64-encoded ed25519 key with which token must be signed." + } }, "required": ["display_name", "key_validity_url", "public_key"] },