From 55fcde3dee90445cb8bff9631af3bba2b80cf2af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Tue, 5 Mar 2024 16:37:12 +0100 Subject: [PATCH] Disambiguate uses of PublicRoomsChunk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Make sure that different objects don't share the same title. Signed-off-by: Kévin Commaille --- data/api/client-server/space_hierarchy.yaml | 2 +- data/api/server-server/space_hierarchy.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/data/api/client-server/space_hierarchy.yaml b/data/api/client-server/space_hierarchy.yaml index f7b98511..9b33ee66 100644 --- a/data/api/client-server/space_hierarchy.yaml +++ b/data/api/client-server/space_hierarchy.yaml @@ -92,7 +92,7 @@ paths: allOf: - $ref: definitions/public_rooms_chunk.yaml - type: object - title: ChildRoomsChunk + title: SpaceHierarchyRoomsChunk properties: room_type: type: string diff --git a/data/api/server-server/space_hierarchy.yaml b/data/api/server-server/space_hierarchy.yaml index aa98158f..31344f17 100644 --- a/data/api/server-server/space_hierarchy.yaml +++ b/data/api/server-server/space_hierarchy.yaml @@ -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