Disambiguate uses of PublicRoomsChunk

Make sure that different objects don't share the same title.

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
Kévin Commaille 2024-03-05 16:37:12 +01:00
parent 4e1b364015
commit 55fcde3dee
No known key found for this signature in database
GPG key ID: 29A48C1F03620416
2 changed files with 3 additions and 1 deletions

View file

@ -92,7 +92,7 @@ paths:
allOf:
- $ref: definitions/public_rooms_chunk.yaml
- type: object
title: ChildRoomsChunk
title: SpaceHierarchyRoomsChunk
properties:
room_type:
type: string

View file

@ -63,6 +63,7 @@ paths:
allOf:
- $ref: ../client-server/definitions/public_rooms_chunk.yaml
- type: object
title: SpaceHierarchyParentRoom
properties:
room_type:
type: string
@ -106,6 +107,7 @@ paths:
allOf:
- $ref: ../client-server/definitions/public_rooms_chunk.yaml
- type: object
title: SpaceHierarchyChildRoomsChunk
properties:
room_type:
type: string