Merge pull request #2646 from jplatte/unsigned-data

Consistently use the title UnsignedData for the unsigned object
pull/2653/head
Travis Ralston 4 years ago committed by GitHub
commit 11a808aefd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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

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

Loading…
Cancel
Save