mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-01 00:34:10 +02:00
9 lines
200 B
YAML
9 lines
200 B
YAML
$schema: https://json-schema.org/draft/2020-12/schema
|
|
|
|
allOf:
|
|
- $ref: room_event.yaml
|
|
- $ref: sync_state_event.yaml
|
|
description: State Events have the following fields.
|
|
title: StateEvent
|
|
type: object
|