mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-23 06:23:43 +01: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
|