Skip to content

Commit

Permalink
fix: correct event details type, include provider name
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
toddbaert authored Oct 13, 2023
1 parent d0a87da commit 174c065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 174c065

Please sign in to comment.