diff --git a/models/api/error.go b/models/api/error.go index ae4699e7..14fb68af 100644 --- a/models/api/error.go +++ b/models/api/error.go @@ -4,5 +4,5 @@ type Error struct { Status int `json:"status" validate:"required" example:"400"` Message string `json:"message" validate:"required" example:"missing argument in call"` OriginalCall string `json:"original-call" validate:"required" example:"/example/route"` - DownstreamCall string `json:"downstream-call" validate:"omitempty" example:"{"some" : "json"}" ` + DownstreamCall string `json:"downstream-call" validate:"omitempty" example:"{"some" : "json"}"` }