Skip to content

Commit

Permalink
Consistently use the title UnsignedData for the unsigned object
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte committed Jun 19, 2020
1 parent 5cb4b08 commit 049275c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/client-server/definitions/event.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ properties:
description: Optional. The event that redacted this event, if any.
title: Event
type: object
title: Unsigned
title: UnsignedData
type: object
title: Event
type: object
2 changes: 1 addition & 1 deletion api/server-server/definitions/unsigned_pdu_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ properties:
example: "$def456:matrix.org"
unsigned:
type: object
title: Example Unsigned Data
title: UnsignedData
description: |-
Additional data added by the origin server but not covered by the ``signatures``. More
keys than those defined here may be used.
Expand Down
2 changes: 1 addition & 1 deletion api/server-server/invites-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ paths:
properties:
unsigned:
type: object
title: Unsigned Event Content
title: UnsignedData
description: |-
Information included alongside the event that is not signed. May include more
than what is listed here.
Expand Down

0 comments on commit 049275c

Please sign in to comment.