You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we create a deeply nested JSON object with Event (such as Badrow) withou self-describing (contexts, unstruct_event) payloads and then try to decode it using SDK default decoders (which produce null) - it fails because both Context and UnstructEvent expected to be self-describing JSONs with schema and data, but they're nulls.
The text was updated successfully, but these errors were encountered:
If we create a deeply nested JSON object with
Event
(such asBadrow
) withou self-describing (contexts
,unstruct_event
) payloads and then try to decode it using SDK default decoders (which producenull
) - it fails because bothContext
andUnstructEvent
expected to be self-describing JSONs withschema
anddata
, but they'renull
s.The text was updated successfully, but these errors were encountered: