mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-30 04:28:38 +01:00
7 lines
134 B
YAML
7 lines
134 B
YAML
|
|
type: object
|
||
|
|
description: A Matrix Event
|
||
|
|
properties:
|
||
|
|
event_id:
|
||
|
|
type: string
|
||
|
|
description: An event ID.
|
||
|
|
required: ["event_id"]
|