matrix-spec/data/event-schemas/schema/core-event-schema/state_event.yaml
2025-07-24 12:02:35 +02:00

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