From bd49039a16e594cfeb1947baf316ea5b6b3e0390 Mon Sep 17 00:00:00 2001 From: Grant Timmerman Date: Wed, 9 Sep 2020 17:15:04 -0500 Subject: [PATCH] fix: fix pub/sub message json schema (#65) Signed-off-by: Grant Timmerman --- proto/google/events/cloud/pubsub/v1/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/google/events/cloud/pubsub/v1/schema.json b/proto/google/events/cloud/pubsub/v1/schema.json index 13049c36..65f49a20 100644 --- a/proto/google/events/cloud/pubsub/v1/schema.json +++ b/proto/google/events/cloud/pubsub/v1/schema.json @@ -19,7 +19,7 @@ "attributes": { "type": "object" }, - "message_id": { + "messageId": { "type": "string" } }