From 81d000581c654b5e1542e92a481c93bd072a7abb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=20G=C3=A1mez=20Franco?= Date: Mon, 23 Feb 2026 16:02:08 +0100 Subject: [PATCH] feat: add new location field to the Notification schema --- src/api/notification/content-types/notification/schema.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/api/notification/content-types/notification/schema.json b/src/api/notification/content-types/notification/schema.json index 5842a4c..69f7fb4 100644 --- a/src/api/notification/content-types/notification/schema.json +++ b/src/api/notification/content-types/notification/schema.json @@ -19,6 +19,11 @@ "data": { "type": "json" }, + "location": { + "type": "enumeration", + "enum": ["default", "speechBubble"], + "default": "default" + }, "notification_template": { "type": "relation", "relation": "oneToOne",