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:
Kévin Commaille 2024-03-05 16:44:57 +01:00
parent 4e1b364015
commit 48043c6498
No known key found for this signature in database
GPG key ID: 29A48C1F03620416

View file

@ -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: