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