Feature Request
To allow developers to access data on objects of UnknownSchema, a dictionary-type interface should be exposed for the data fields.
Context
When the deserializer doesn't recognize the schema of an object, it deserializes to an instance of UnknownSchema. Unfortunately, the UnknownSchema object only exposes original_schema_name and original_schema_version - this means the majority data in the object is opaque and inaccessible.
See #1230 for more discussion on this.
Feature Request
To allow developers to access data on objects of
UnknownSchema, a dictionary-type interface should be exposed for the data fields.Context
When the deserializer doesn't recognize the schema of an object, it deserializes to an instance of
UnknownSchema. Unfortunately, theUnknownSchemaobject only exposesoriginal_schema_nameandoriginal_schema_version- this means the majority data in the object is opaque and inaccessible.See #1230 for more discussion on this.