From 34e0a33abb42f3c2f9d20eee25f98840f9f7aebc Mon Sep 17 00:00:00 2001 From: Todd Baert Date: Mon, 13 Nov 2023 12:40:44 -0500 Subject: [PATCH] fix: correct `event details` type, include `provider name` (#210) 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))