mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-22 07:13:43 +01:00
It's not needed anymore, and we should remove it while we're in the area. Includes other misc changes to the schema layout.
8 lines
197 B
YAML
8 lines
197 B
YAML
allOf:
|
|
- $ref: room_event.yaml
|
|
- $ref: sync_state_event.yaml
|
|
description: In addition to the Room Event fields, State Events have the following
|
|
additional fields.
|
|
title: State Event
|
|
type: object
|