From 55f1c15c2b14922dd926b4b77f033ef5ae3458cf Mon Sep 17 00:00:00 2001 From: HarHarLinks <2803622+HarHarLinks@users.noreply.github.com> Date: Fri, 20 Feb 2026 14:02:13 +0100 Subject: [PATCH] format as code Signed-off-by: HarHarLinks <2803622+HarHarLinks@users.noreply.github.com> --- data/event-schemas/schema/core-event-schema/event.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/event-schemas/schema/core-event-schema/event.yaml b/data/event-schemas/schema/core-event-schema/event.yaml index 422ecd53..8238642b 100644 --- a/data/event-schemas/schema/core-event-schema/event.yaml +++ b/data/event-schemas/schema/core-event-schema/event.yaml @@ -8,7 +8,7 @@ properties: 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' + naming conventions e.g. `com.example.subdomain.event.type` type: string required: - type