From 174c0657a955676a7bbe2528bf2901336add791a Mon Sep 17 00:00:00 2001 From: Todd Baert Date: Fri, 13 Oct 2023 14:43:53 -0400 Subject: [PATCH] fix: correct `event details` type, include `provider name` We made this change in the spec: https://openfeature.dev/specification/sections/events#requirement-523 It's not reflected in "types". Signed-off-by: Todd Baert --- specification/types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/types.md b/specification/types.md index 13880c9e..e6b6b682 100644 --- a/specification/types.md +++ b/specification/types.md @@ -125,7 +125,7 @@ A structure defining a provider event payload, including: A structure defining an event payload, including: -- client name (string, required) +- provider name (string, required) - flags changed (string[], optional) - message (string, optional) - event metadata ([event metadata](#event-metadata))