From b8608495e9c8365b41e739588ae6063dce1a7a9a Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Sat, 1 Sep 2018 02:51:24 +0100 Subject: [PATCH] periods --- .../definitions/event-schemas/m.device_list_update.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api/server-server/definitions/event-schemas/m.device_list_update.yaml b/api/server-server/definitions/event-schemas/m.device_list_update.yaml index d572e393..0e7f0d32 100644 --- a/api/server-server/definitions/event-schemas/m.device_list_update.yaml +++ b/api/server-server/definitions/event-schemas/m.device_list_update.yaml @@ -34,22 +34,22 @@ allOf: example: "m.device_list_update" content: type: object - description: The description of the device whose details has changed + description: The description of the device whose details has changed. title: Device List Update properties: user_id: type: string - description: The user ID who owns this device + description: The user ID who owns this device. example: "@john:example.com" device_id: type: string - description: The ID of the device whose details are changing + description: The ID of the device whose details are changing. example: "QBUAZIFURK" device_display_name: type: string description: |- The public human-readable name of this device. Will be absent - if the device has no name + if the device has no name. example: "Mobile" stream_id: type: integer