-
Notifications
You must be signed in to change notification settings - Fork 304
Open
Labels
enhancementA request for something new.A request for something new.good first issueIf you're looking for a way to contribute, but not sure where to start. This is a good first issue.If you're looking for a way to contribute, but not sure where to start. This is a good first issue.
Description
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.
Metadata
Metadata
Assignees
Labels
enhancementA request for something new.A request for something new.good first issueIf you're looking for a way to contribute, but not sure where to start. This is a good first issue.If you're looking for a way to contribute, but not sure where to start. This is a good first issue.