diff --git a/README.md b/README.md
index 52c403d..53bac37 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
Library webhooks
================
-

+

[](https://travis-ci.org/go-playground/webhooks)
[](https://coveralls.io/github/go-playground/webhooks?branch=v3)
[](https://goreportcard.com/report/go-playground/webhooks)
diff --git a/github/payload.go b/github/payload.go
index 330c449..f3f19fd 100644
--- a/github/payload.go
+++ b/github/payload.go
@@ -381,8 +381,7 @@ type DeploymentPayload struct {
Sha string `json:"sha"`
Ref string `json:"ref"`
Task string `json:"task"`
- Payload struct {
- } `json:"payload"`
+ Payload string `json:"payload"`
Environment string `json:"environment"`
Description *string `json:"description"`
Creator struct {
@@ -555,8 +554,7 @@ type DeploymentStatusPayload struct {
Sha string `json:"sha"`
Ref string `json:"ref"`
Task string `json:"task"`
- Payload struct {
- } `json:"payload"`
+ Payload string `json:"payload"`
Environment string `json:"environment"`
Description *string `json:"description"`
Creator struct {