mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 19:44:09 +01:00
13 lines
381 B
YAML
13 lines
381 B
YAML
type: object
|
|
title: Event Hash
|
|
description: |-
|
|
Content hashes of the PDU, following the algorithm specified in [Signing Events](/server-server-api/#signing-events).
|
|
example: {
|
|
"sha256": "ThisHashCoversAllFieldsInCaseThisIsRedacted"
|
|
}
|
|
properties:
|
|
sha256:
|
|
type: string
|
|
description: The hash.
|
|
example: ThisHashCoversAllFieldsInCaseThisIsRedacted
|
|
required: ['sha256'] |