From d0b018c46ecee5ee01d11a3c244d5e4fd3e30bef Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Thu, 17 Sep 2015 14:43:09 +0100 Subject: [PATCH] Fix syntax error in JSON --- .../schema/v1/core/.room_event.json.swp | Bin 12288 -> 12288 bytes event-schemas/schema/v1/core/room_event.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/event-schemas/schema/v1/core/.room_event.json.swp b/event-schemas/schema/v1/core/.room_event.json.swp index fce0fd5f873a95140af3b68ffd4843fa3cb522c4..8140e9ceb080ae0bf455a04a57e8d6966854a472 100644 GIT binary patch delta 73 zcmZojXh@JsG6?hZRWR2xVE_UF28JgGe}$^8RcAgcyHV!=h& delta 77 zcmZojXh@JsG6?hZRWR2xVE_UF1_u90zd}{lsxz-O+$i-*o>hjIfnmyIPK9XRtw7cW bAf5&i*<7fg!aI4IuIgkLJ&DbiboH135Umu8 diff --git a/event-schemas/schema/v1/core/room_event.json b/event-schemas/schema/v1/core/room_event.json index a64ba2ea..7ac66b30 100644 --- a/event-schemas/schema/v1/core/room_event.json +++ b/event-schemas/schema/v1/core/room_event.json @@ -17,7 +17,7 @@ "user_id": { "type": "string", "description": "Contains the fully-qualified ID of the user who *sent* this event." - }, + } }, "required": ["room_id"] }