mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-20 02:14:10 +01:00
Fix schema and example
This commit is contained in:
parent
5e0e4a8518
commit
8991c4fa78
|
|
@ -193,7 +193,7 @@ paths:
|
||||||
events_after:
|
events_after:
|
||||||
type: array
|
type: array
|
||||||
title: Events After
|
title: Events After
|
||||||
descriptions: Events just after the result.
|
description: Events just after the result.
|
||||||
items:
|
items:
|
||||||
type: object
|
type: object
|
||||||
title: Event
|
title: Event
|
||||||
|
|
@ -236,18 +236,18 @@ paths:
|
||||||
application/json: |-
|
application/json: |-
|
||||||
{
|
{
|
||||||
"search_categories": {
|
"search_categories": {
|
||||||
"groups": {
|
|
||||||
"room_id": {
|
|
||||||
"!qPewotXpIctQySfjSy:localhost": {
|
|
||||||
"order": 1,
|
|
||||||
"next_batch": "BdgFsdfHSf-dsFD",
|
|
||||||
"results": [
|
|
||||||
"$144429830826TWwbB:localhost"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"room_events": {
|
"room_events": {
|
||||||
|
"groups": {
|
||||||
|
"room_id": {
|
||||||
|
"!qPewotXpIctQySfjSy:localhost": {
|
||||||
|
"order": 1,
|
||||||
|
"next_batch": "BdgFsdfHSf-dsFD",
|
||||||
|
"results": [
|
||||||
|
"$144429830826TWwbB:localhost"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"count": 24,
|
"count": 24,
|
||||||
"results": {
|
"results": {
|
||||||
"$144429830826TWwbB:localhost": {
|
"$144429830826TWwbB:localhost": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue