From a34a6f8cc69508146f7e754cddaeca16630f0798 Mon Sep 17 00:00:00 2001 From: HarHarLinks <2803622+HarHarLinks@users.noreply.github.com> Date: Wed, 25 Feb 2026 05:26:42 +0100 Subject: [PATCH] reference event type spec instead of duplicating Signed-off-by: HarHarLinks <2803622+HarHarLinks@users.noreply.github.com> --- data/event-schemas/schema/core-event-schema/event.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/data/event-schemas/schema/core-event-schema/event.yaml b/data/event-schemas/schema/core-event-schema/event.yaml index 8238642b..119c984a 100644 --- a/data/event-schemas/schema/core-event-schema/event.yaml +++ b/data/event-schemas/schema/core-event-schema/event.yaml @@ -7,8 +7,7 @@ properties: When interacting with the REST API, this is the HTTP body. type: object type: - description: The type of event. This SHOULD be namespaced similar to Java package - naming conventions e.g. `com.example.subdomain.event.type` + description: The type of event, as defined by [the event type specification](#types-of-room-events). type: string required: - type