diff --git a/api/client-server/create_room.yaml b/api/client-server/create_room.yaml index 425994ea..cd73db68 100644 --- a/api/client-server/create_room.yaml +++ b/api/client-server/create_room.yaml @@ -87,6 +87,7 @@ paths: the room. items: type: object + title: Invite3pid properties: id_server: type: string diff --git a/api/client-server/pusher.yaml b/api/client-server/pusher.yaml index a0e935ab..060c77c1 100644 --- a/api/client-server/pusher.yaml +++ b/api/client-server/pusher.yaml @@ -90,6 +90,7 @@ paths: A dictionary of information for the pusher implementation itself. If ``kind`` is ``http``, this should contain ``url`` which is the URL to use to send notifications to. + title: PusherData properties: url: type: string diff --git a/event-schemas/schema/m.room.third_party_invite b/event-schemas/schema/m.room.third_party_invite index f6cc489a..2368fe8b 100644 --- a/event-schemas/schema/m.room.third_party_invite +++ b/event-schemas/schema/m.room.third_party_invite @@ -27,6 +27,7 @@ "description": "Keys with which the token may be signed.", "items": { "type": "object", + "title": "PublicKeys", "properties": { "public_key": { "type": "string",