list -> array
This commit is contained in:
parent
9d474bb819
commit
8b7bc60367
1 changed files with 4 additions and 4 deletions
|
@ -51,7 +51,7 @@ paths:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
auth_chain:
|
auth_chain:
|
||||||
type: list
|
type: array
|
||||||
description: |-
|
description: |-
|
||||||
The full set of authorization events that make up the state
|
The full set of authorization events that make up the state
|
||||||
of the room, and their authorization events, recursively.
|
of the room, and their authorization events, recursively.
|
||||||
|
@ -59,7 +59,7 @@ paths:
|
||||||
$ref: "definitions/pdu.yaml"
|
$ref: "definitions/pdu.yaml"
|
||||||
example: [{"$ref": "examples/pdu.json"}]
|
example: [{"$ref": "examples/pdu.json"}]
|
||||||
pdus:
|
pdus:
|
||||||
type: list
|
type: array
|
||||||
description: |-
|
description: |-
|
||||||
The fully resolved state of the room at the given event.
|
The fully resolved state of the room at the given event.
|
||||||
items:
|
items:
|
||||||
|
@ -96,7 +96,7 @@ paths:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
auth_chain_ids:
|
auth_chain_ids:
|
||||||
type: list
|
type: array
|
||||||
description: |-
|
description: |-
|
||||||
The full set of authorization events that make up the state
|
The full set of authorization events that make up the state
|
||||||
of the room, and their authorization events, recursively.
|
of the room, and their authorization events, recursively.
|
||||||
|
@ -104,7 +104,7 @@ paths:
|
||||||
type: string
|
type: string
|
||||||
example: ["$an_event:domain.com"]
|
example: ["$an_event:domain.com"]
|
||||||
pdu_ids:
|
pdu_ids:
|
||||||
type: list
|
type: array
|
||||||
description: |-
|
description: |-
|
||||||
The fully resolved state of the room at the given event.
|
The fully resolved state of the room at the given event.
|
||||||
items:
|
items:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue