Fix StrippedEvent JSON coder
parent
39f8021a8f
commit
1eb07377fd
|
@ -36,7 +36,7 @@ coder =
|
|||
}
|
||||
)
|
||||
(Json.field.required
|
||||
{ fieldName = "eventType"
|
||||
{ fieldName = "type"
|
||||
, toField = .eventType
|
||||
, description =
|
||||
[ "Event type, generally namespaced using the Java package naming convention."
|
||||
|
|
Loading…
Reference in New Issue