From 64b45c098fee47a3f3dc31d72915a4491170529f Mon Sep 17 00:00:00 2001 From: Kirill Chernyshov Date: Fri, 6 Oct 2023 10:34:44 +0200 Subject: [PATCH] Update events mapping * Add `entity.type` as a keyword --- src/ctia/entity/event.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ctia/entity/event.clj b/src/ctia/entity/event.clj index 009e89857c..86c933d9bf 100644 --- a/src/ctia/entity/event.clj +++ b/src/ctia/entity/event.clj @@ -26,6 +26,7 @@ :timestamp em/ts :entity {:type "object" :properties {:id em/token + :type em/token :source_ref em/token :target_ref em/token}} :id em/token