UnknownSchema objects should allow dictionary-like access to data fields #1234
Labels
enhancement
A request for something new.
good first issue
If you're looking for a way to contribute, but not sure where to start. This is a good first issue.
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, theUnknownSchema
object only exposesoriginal_schema_name
andoriginal_schema_version
- this means the majority data in the object is opaque and inaccessible.See #1230 for more discussion on this.
The text was updated successfully, but these errors were encountered: