|
|
@ -137,7 +137,7 @@ paths:
|
|
|
|
type: array
|
|
|
|
type: array
|
|
|
|
description: A list of presence events.
|
|
|
|
description: A list of presence events.
|
|
|
|
items:
|
|
|
|
items:
|
|
|
|
$ref: definitions/client_event.yaml
|
|
|
|
$ref: ../../event-schemas/schema/core-event-schema/event.yaml
|
|
|
|
rooms:
|
|
|
|
rooms:
|
|
|
|
type: array
|
|
|
|
type: array
|
|
|
|
items:
|
|
|
|
items:
|
|
|
@ -219,7 +219,7 @@ paths:
|
|
|
|
The private data that this user has attached to
|
|
|
|
The private data that this user has attached to
|
|
|
|
this room.
|
|
|
|
this room.
|
|
|
|
items:
|
|
|
|
items:
|
|
|
|
$ref: definitions/client_event.yaml
|
|
|
|
$ref: ../../event-schemas/schema/core-event-schema/event.yaml
|
|
|
|
required:
|
|
|
|
required:
|
|
|
|
- room_id
|
|
|
|
- room_id
|
|
|
|
- membership
|
|
|
|
- membership
|
|
|
@ -227,10 +227,7 @@ paths:
|
|
|
|
type: array
|
|
|
|
type: array
|
|
|
|
description: The global private data created by this user.
|
|
|
|
description: The global private data created by this user.
|
|
|
|
items:
|
|
|
|
items:
|
|
|
|
title: Event
|
|
|
|
$ref: ../../event-schemas/schema/core-event-schema/event.yaml
|
|
|
|
type: object
|
|
|
|
|
|
|
|
allOf:
|
|
|
|
|
|
|
|
- $ref: ../../event-schemas/schema/core-event-schema/event.yaml
|
|
|
|
|
|
|
|
required:
|
|
|
|
required:
|
|
|
|
- end
|
|
|
|
- end
|
|
|
|
- rooms
|
|
|
|
- rooms
|
|
|
|