mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-13 17:43:42 +01:00
Consistently use the title UnsignedData for the unsigned object
This commit is contained in:
parent
5cb4b086c7
commit
049275c33b
|
|
@ -59,7 +59,7 @@ properties:
|
||||||
description: Optional. The event that redacted this event, if any.
|
description: Optional. The event that redacted this event, if any.
|
||||||
title: Event
|
title: Event
|
||||||
type: object
|
type: object
|
||||||
title: Unsigned
|
title: UnsignedData
|
||||||
type: object
|
type: object
|
||||||
title: Event
|
title: Event
|
||||||
type: object
|
type: object
|
||||||
|
|
|
||||||
|
|
@ -115,7 +115,7 @@ properties:
|
||||||
example: "$def456:matrix.org"
|
example: "$def456:matrix.org"
|
||||||
unsigned:
|
unsigned:
|
||||||
type: object
|
type: object
|
||||||
title: Example Unsigned Data
|
title: UnsignedData
|
||||||
description: |-
|
description: |-
|
||||||
Additional data added by the origin server but not covered by the ``signatures``. More
|
Additional data added by the origin server but not covered by the ``signatures``. More
|
||||||
keys than those defined here may be used.
|
keys than those defined here may be used.
|
||||||
|
|
|
||||||
|
|
@ -70,7 +70,7 @@ paths:
|
||||||
properties:
|
properties:
|
||||||
unsigned:
|
unsigned:
|
||||||
type: object
|
type: object
|
||||||
title: Unsigned Event Content
|
title: UnsignedData
|
||||||
description: |-
|
description: |-
|
||||||
Information included alongside the event that is not signed. May include more
|
Information included alongside the event that is not signed. May include more
|
||||||
than what is listed here.
|
than what is listed here.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue