diff --git a/changelogs/client_server/newsfragments/1126.clarification b/changelogs/client_server/newsfragments/1126.clarification new file mode 100644 index 00000000..3ccb2333 --- /dev/null +++ b/changelogs/client_server/newsfragments/1126.clarification @@ -0,0 +1 @@ +Fix various typos throughout the specification. diff --git a/data/api/client-server/definitions/public_rooms_response.yaml b/data/api/client-server/definitions/public_rooms_response.yaml index eead831e..23f38eff 100644 --- a/data/api/client-server/definitions/public_rooms_response.yaml +++ b/data/api/client-server/definitions/public_rooms_response.yaml @@ -17,7 +17,6 @@ description: A list of the rooms on the server. required: ["chunk"] properties: chunk: - title: "PublicRoomsChunks" type: array description: |- A paginated chunk of public rooms. @@ -25,6 +24,7 @@ properties: allOf: - $ref: "public_rooms_chunk.yaml" - type: object + title: PublicRoomsChunk properties: # Override description of join_rule join_rule: diff --git a/data/api/client-server/space_hierarchy.yaml b/data/api/client-server/space_hierarchy.yaml index 309b99e3..3c1ab388 100644 --- a/data/api/client-server/space_hierarchy.yaml +++ b/data/api/client-server/space_hierarchy.yaml @@ -127,6 +127,7 @@ paths: allOf: - $ref: "definitions/public_rooms_chunk.yaml" - type: object + title: ChildRoomsChunk properties: room_type: type: string @@ -143,6 +144,7 @@ paths: allOf: - $ref: "../../event-schemas/schema/core-event-schema/stripped_state.yaml" - type: object + title: StrippedChildStateEvent properties: origin_server_ts: type: number