mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 19:44:09 +01:00
Clarify that extra fields of space hierarchy children are not required
There is no `children_state` field, the `room_type` is only set for spaces and the description of `allowed_room_ids` says that the field can be omitted. Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
4e1b364015
commit
48043c6498
|
|
@ -119,10 +119,6 @@ paths:
|
||||||
description: |-
|
description: |-
|
||||||
If the room is a [restricted room](#restricted-rooms), these are the room IDs which
|
If the room is a [restricted room](#restricted-rooms), these are the room IDs which
|
||||||
are specified by the join rules. Empty or omitted otherwise.
|
are specified by the join rules. Empty or omitted otherwise.
|
||||||
required:
|
|
||||||
- room_type
|
|
||||||
- allowed_room_ids
|
|
||||||
- children_state
|
|
||||||
inaccessible_children:
|
inaccessible_children:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue